csd: Fix invisible border/shadow confusion
authorMatthias Clasen <mclasen@redhat.com>
Wed, 12 Mar 2014 04:15:02 +0000 (00:15 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 12 Mar 2014 04:18:04 +0000 (00:18 -0400)
commit5b341e8e6e2175917cc4d7c0f3fc43304cf51b0c
treec9d256538652de3cbd8c7b61054884fc335b3193
parentff0c470e344daf82480f3a16bc91491d5ae43cd6
csd: Fix invisible border/shadow confusion

We did not set an input shape on the window, so the region outside
the invisible border where we draw the outer edges of the shadow
were still part of the window, as far as clicks and cursors were
concerned. Fix this by setting an input shape that makes all clicks
outside of the resize borders go through to the underlying window.

https://bugzilla.gnome.org/show_bug.cgi?id=726125
gtk/gtkwindow.c